python os模块常用操作解析
os.path模块常用内容
1 | import os |
输出结果:
test.txt
D://
[‘D://‘, ‘test.txt’]
[‘D://test’, ‘.txt’]
(‘D:’, ‘//folder//test.txt’)
Root\folder\test.txt
D:\test.txt
d:\folder\text.txt
os模块常用内容
1 | #返回路径下的文件名称 |
输出结果:
1.[‘aaa.py’, ‘bbb.py’]
5.’C:\Arya\Documents’
参考来自:🥦🐦教程
- 标题: python os模块常用操作解析
- 作者: Arya
- 创建于 : 2023-08-03 22:09:52
- 更新于 : 2024-01-26 16:02:46
- 链接: https://aryagala0.github.io/2023/08/03/python基础/python os/
- 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论